return ((SwingBeanInfo)this).createBeanDescriptor(classJWindow, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.TRUE, "containerDelegate", "getContentPane", "shortDescription", "A toplevel window which has no system border or controls."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("rootPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "the RootPane object for this window."}), this.createPropertyDescriptor("layeredPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The pane which holds the various window layers."}), this.createPropertyDescriptor("glassPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "A transparent pane used for menu rendering."}), this.createPropertyDescriptor("contentPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "The client area of the window where child components are normally inserted."})};